Appliance Recovery Backup BackupRequest
Appliance Recovery Backup BackupRequest schema Structure representing requested backup piece
{
"parts": [
"string"
],
"backup_password": "string",
"location_type": "string",
"location": "string",
"location_user": "string",
"location_password": "string",
"comment": "string",
"fast_backup": false
}
a list of optional parts. Run backup parts APIs to get list of optional parts and description
a password for a backup piece The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length. At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space).
backupPassword If no password then the piece will not be encrypted
a type of location
For more information see: Appliance Recovery Backup LocationType.
path or url
username for location
locationUser User name for this location if login is required.
password for location
locationPassword Password for the specified user if login is required at this location.
Custom comment
comment an optional comment
Option to enable Postgres DB/ VCDB fast backup.
If missing or null
backup will proceed at slow rate